home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / ProgramFilesFolder / Data / Interface / _Color.mtt < prev    next >
Encoding:
Text File  |  2004-06-02  |  383 b   |  23 lines

  1. Shader()
  2. {
  3.     Cull("cw")
  4.  
  5.     Pass()
  6.     {
  7.             Lighting()
  8.  
  9.         tmu()
  10.         {
  11.             colorop("arg1", "diffuse", "current", "current")
  12.         }
  13.             AmbientColor(ARED, AGREEN, ABLUE, 1.000)
  14.             DiffuseColor(DRED, DGREEN, DBLUE, 1.0)
  15.             SpecularColor(ARED, AGREEN, ABLUE, 1.000)
  16.             EmissiveColor(0.000, 0.000, 0.000, 1.000)
  17.             SpecularPow(60.000)
  18.     }
  19. }
  20.  
  21.  
  22.  
  23.